BODY {
	background-image: url("../files/3.jpg");
	background-size: 100%;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}

input { 
	display: none;
	margin: 0%;
}

.img1 {
	width: 50%;
}

h1 {
	text-align: center;
}

h3 {
	display: block;
	margin-left: 5px;
	background: linear-gradient(90deg,rgba(163, 69, 2, 0.8),rgba(0, 0, 0, 0));
	margin-right: 5px;
	margin-bottom: 5px;
}

h4 {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

h5 {
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
}

.ul1 {
	list-style-image: url("../files/1.gif");
	list-style-position: inside;
}

.a1 {
	text-decoration: none;
	border: 2px solid;
	border-color: rgba(207, 87, 2, 0.8);
	background-color: rgba(163, 69, 2, 0.8);
	padding: 5px;
	margin: 1px;
	display: inline-block;
	border-radius: 10px;
	color: rgb(255,255,255);
	margin-left: 4px;
}

.a1:hover {
	background-color: rgba(163, 69, 2, 1);
}

.a1:active {
	border: 2px solid;
	border-color: rgba(255,255,255, 0.8);
	background-color: rgba(0,0,0, 1);
}

.p1 {
	font-size: 20px;
	margin-left: 5px;
}

.p2 {
	text-indent: 30px;
	padding: 0px;
	margin: 0px;
}

.div1 {
	background: rgba(163, 69, 2, 0.8);
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
}

label {
    cursor: pointer;
	display: block;
	margin-bottom: 2px;
	background: rgba(163, 69, 2, 0.7);
}

label:hover {
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.7),rgba(163, 69, 2, 0.7));
}

label:active {
	background-color: rgba(0,0,0, 1);
}

.div2 {
	background: rgba(0,0,0, 0.4);
    display: table;
	border-radius: 10px;
	width: 100%;
	height: 60%;
}

#rad_1, #rad_2, #rad_3, #rad_4 {
	display: none;
}

#rad_1:checked + label, #rad_2:checked + label, #rad_3:checked + label, #rad_4:checked + label {
	text-align: right;
    display: block;
	background: rgba(0,0,0, 0.7);
    cursor: default;
}

#div_1, #div_2, #div_3, #div_4 {
    display: none;	
	background: rgba(0,0,0, 0.7);
	border-radius: 10px;
    width: 90%;
}

#rad_1:checked ~ #div_1,
#rad_2:checked ~ #div_2,
#rad_3:checked ~ #div_3,
#rad_4:checked ~ #div_4 { 
	display: table-cell;
}
